Skip to content

chore: fix obsolete env vars, health route, model example, and unused ports in Docugen-Microagents docs - #7

Closed
gopal-raj-suresh wants to merge 1 commit into
mainfrom
cld2labs/Docugen-Microagents
Closed

chore: fix obsolete env vars, health route, model example, and unused ports in Docugen-Microagents docs#7
gopal-raj-suresh wants to merge 1 commit into
mainfrom
cld2labs/Docugen-Microagents

Conversation

@gopal-raj-suresh

Copy link
Copy Markdown
Collaborator

Summary

The DocuGen Micro-Agents docs referenced variables, routes, and a model that no longer match the shipped code. This aligns them with the current .env.example, docker-compose.yml, and api/server.py.

Fixes

1. Obsolete auth variablesTROUBLESHOOTING.md, docs/GENERIC_USAGE.md referenced AUTH_MODE, GENAI_GATEWAY_*, KEYCLOAK_*, BASE_URL, none of which exist in .env.example. Replaced with INFERENCE_API_ENDPOINT/INFERENCE_API_TOKEN.

2. Health routeTROUBLESHOOTING.md used curl .../api/health; the actual route (api/server.py) and compose healthcheck use /health. Fixed.

3. Model example — README's APISIX URL example used Llama-3.1-8B-Instruct, contradicting the validated model (Qwen/Qwen3-4B-Instruct-2507) documented elsewhere in the same file. Corrected.

4. Unused portsBACKEND_PORT/FRONTEND_PORT in .env.example are read by nothing; ports are hardcoded to 5001/3000 in docker-compose.yml, config.py, and vite.config.js. Removed.

Also: container names → Docugen-Microagents-* (matching compose), and docker-composedocker compose (v2).

Scope

Documentation and .env.example only — no code changes.

@gopal-raj-suresh

Copy link
Copy Markdown
Collaborator Author

Retargeting to opea-project/Enterprise-Inference (upstream).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant